projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4b2ee
)
(struct coding_system): New member suppress_error.
author
Kenichi Handa
<handa@m17n.org>
Wed, 24 Jan 2001 23:30:16 +0000
(23:30 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 24 Jan 2001 23:30:16 +0000
(23:30 +0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 087896ea6b5849ece9b2db468b2c4920d63e345d..303bceda3297c43aaf5e3a937b0459b2f842a4dc 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-412,6
+412,9
@@
struct coding_system
CODING_FINISH_XXXX. */
int result;
+ /* If nonzero, suppress error notification. */
+ int suppress_error;
+
/* The following members are all Lisp symbols. We don't have to
protect them from GC because the current garbage collection
doesn't relocate Lisp symbols. But, when it is changed, we must